xend: Refactor security.on() call
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 6 May 2008 09:05:52 +0000 (10:05 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 6 May 2008 09:05:52 +0000 (10:05 +0100)
commit89266413bf0df105fedc382af8af2580e4bc3af0
tree3d9aa882421fed17b62612a99f39a901f80ef0b5
parentb3327776aef45f26829933d26870f22ed8c27e36
xend: Refactor security.on() call

I am refactoring the security.on() call to return the actual type of
the security module that is found to be enabled rather than just
returning True or False.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/python/xen/util/xsm/acm/acm.py
tools/python/xen/util/xsm/flask/flask.py
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/XendXSPolicyAdmin.py
tools/python/xen/xend/server/blkif.py
tools/python/xen/xend/server/netif.py
tools/python/xen/xm/addlabel.py
tools/python/xen/xm/dry-run.py